Vcenter NamespaceManagement Supervisors Networks Edges HAProxyUpdateSpec
This schema is deprecated as of vSphere API 9.0.0.0.
The Vcenter NamespaceManagement Supervisors Networks Edges HAProxyUpdateSpec defines parameters for updating an HAProxy Load Balancer.
This schema was added in vSphere API 9.0.0.0.
{
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"username": "string",
"password": "string",
"certificate_authority_chain": "string"
}
This property is deprecated as of vSphere API 9.0.0.0.
List of address ranges that will be used to derive frontend IP addresses for L4 virtual servers. At least one range must be provided. An update operation only allows for addition of new IP ranges to the existing list of IP ranges.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the existing list of address ranges will not be modified.
This property is deprecated as of vSphere API 9.0.0.0.
An administrator user name for accessing the HAProxy Data Plane API server.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the existing username will not be modified.
This property is deprecated as of vSphere API 9.0.0.0.
The password for the administrator user.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the existing password will not be modified.
This property is deprecated as of vSphere API 9.0.0.0.
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the existing PEM-encoded CA chain will not be modified.